home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / ProjectCenter / Calendar.css next >
Encoding:
Cascading Style Sheet File  |  2006-08-17  |  6.0 KB  |  493 lines

  1. /* Calendar Layouts */
  2. body
  3. {
  4.     font-size:12px;
  5.     font-family:Tahoma, SimSun, Arial, sans-serif;
  6. }
  7.  
  8.  
  9. #CalendarLayout
  10. {
  11.     /*
  12.     position:relative;
  13.     width:570px;
  14.     margin-left:auto;
  15.     margin-right:auto;
  16.  
  17.     text-align:left;
  18.     width:570px;
  19.     
  20.     voice-family: "\"}\"";
  21.     voice-family:inherit;
  22.     
  23.     width:570px;
  24.     */
  25.     float:left;
  26.     clear:left;
  27.     width:790px;
  28.     margin-left:10px;
  29. }
  30.  
  31. #CalendarLayout h1
  32. {
  33.     float:left;
  34.     position:relative;
  35.     
  36.     width:790px;
  37.  
  38.     font-size:16px;
  39.     font-family:Tahoma, σ«ïΣ╜ô, Arial, sans-serif;
  40.     text-align:center;
  41.     margin:5px 0 5px 0;
  42.     padding-right:10px;
  43.     border-bottom:1px solid #ddd;
  44.     
  45.     color:#555;
  46.     
  47. }
  48.  
  49. #CalendarTitle
  50. {
  51.     width:120px;
  52.  
  53.     line-height:25px;
  54.     font-size:20px;
  55.     font-weight:bold;
  56.     text-align:center;
  57.     color:#333;
  58.     
  59.     background:#fff;
  60.     border:1px solid #eee;
  61.     
  62.     cursor:hand;
  63.     cursor:pointer;
  64. }
  65.  
  66. a.CalendarArrow:link, a.CalendarArrow:visited
  67. {
  68.     display:inline-block;
  69.     width:20px;
  70.     height:20px;
  71.     font-size:20px;
  72.     color:#ccc;
  73.     text-decoration:none;
  74.     font-family:Arial Black;
  75.     text-align:center;
  76. }
  77.  
  78. a.CalendarArrow:hover
  79. {
  80.     color:#000;
  81.     background:#eee;
  82. }
  83.  
  84. a.CalendarArrow:active
  85. {
  86.     color:#fff;
  87.     background:#666;
  88. }
  89.  
  90. #CalendarIndicator
  91. {
  92.     position:absolute;
  93.     right:5px;
  94.     top:0px;
  95.     width:16px;
  96.     height:16px;
  97.     
  98. }
  99.  
  100. .DayCaptions
  101. {
  102.     float:left;
  103.     display:block;
  104.     width:112px;
  105.     height:25px;
  106.     line-height:25px;
  107.     text-align:center;
  108.     border-bottom:1px solid #ccc;
  109.     margin-bottom:5px;
  110.     background:#eee;
  111.  
  112. }
  113.  
  114. .BlankDay
  115. {
  116.     float:left;
  117.     display:block;
  118.     width:112px;
  119.     height:67px;
  120. }
  121.  
  122. .DayItem
  123. {
  124.     float:left;
  125.     display:block;
  126.     width:110px !important;
  127.     width:112px;
  128.     height:67px;
  129.  
  130.     font-family:Candara, Tahoma, sans-serif;
  131.     font-size:14px;
  132.     color:#888;
  133.     font-weight:bold;
  134.     
  135.     background:url(/img/ProjectCenter/day.jpg) no-repeat left top;
  136.     padding-left:2px;
  137.     overflow:hidden;
  138.     
  139.     cursor:pointer;
  140.     cursor:hand;
  141. }
  142.  
  143. .HoverDay
  144. {
  145.     background:url(/img/ProjectCenter/day_hover.jpg) no-repeat left top !important;
  146.     color:#111;
  147. }
  148. /*
  149. a.DayItem:active
  150. {
  151.     background:#eee;
  152.     color:#000;
  153. }
  154. */
  155. .DayControl
  156. {
  157.     font-size:12px;
  158.     color:#888;
  159.     
  160. }
  161.  
  162. .Day_Occupied
  163. {
  164.     color:#111 !important;
  165.     background:url(/img/ProjectCenter/day_occupied.jpg) no-repeat left top !important;
  166. }
  167.  
  168. .CiteItem
  169. {
  170.     float:left;
  171.     display:block;
  172.     width:112px;
  173.     height:67px;
  174. }
  175.  
  176. .Today
  177. {
  178.     background:url(/img/ProjectCenter/day_today.jpg) no-repeat left top !important;
  179.     color:#fff !important;
  180. }
  181.  
  182. .Day_Event
  183. {    
  184.     float:left;
  185.     display:inline-block;
  186.  
  187.     width:108px;
  188.     height:13px;
  189.     overflow:hidden;
  190.     font-size:11px;
  191.     font-family:Tahoma, σ«ïΣ╜ô, sans-serif;
  192.     font-weight:normal;
  193.     
  194.     list-style:none;
  195.     
  196.  
  197.     
  198.     margin:0 0 0 0;
  199.     padding:0 0 0 0;
  200. }
  201. .DayNumber
  202. {
  203.     cursor:hand;
  204.     cursor:pointer;
  205. }
  206. sup
  207. {
  208.     font-size:10px;
  209.     color:#444;
  210. }
  211.  
  212. .EventItem
  213. {
  214.     float:left;
  215.     display:block;
  216.     
  217.     width:700px;
  218.     
  219.     border:1px solid #ccc;
  220.     
  221.     margin:5px 0 5px 20px;
  222. }
  223.  
  224. .EventTime
  225. {
  226.     float:left;
  227.     display:inline-block;
  228.     
  229.     width:149px;
  230.     height:30px;
  231.     border-right:1px solid #aaa;
  232.     line-height:30px;
  233.     font-family:Tahoma, Arial, sans-serif;
  234.     font-size:12px;
  235.     font-weight:bold;
  236.     
  237.     background:url(/img/iSpace/event_time_bg.jpg) repeat-x #eee;
  238.     
  239.     text-align:center;
  240. }
  241.  
  242. .EventTitle
  243. {
  244.     float:left;
  245.     display:inline-block;
  246.     width:550px;
  247.     height:30px;
  248.     
  249.     text-indent:10px;
  250.     line-height:30px;
  251.     font-size:16px;
  252.     font-family:Tahoma, σ«ïΣ╜ô, arial, sans-serif;
  253.     
  254.     background:url(/img/iSpace/event_title_bg.jpg) repeat-x #eee;
  255. }
  256.  
  257. .EventNote
  258. {
  259.     float:left;
  260.     display:block;
  261.     
  262.     width:680px;
  263.     line-height:20px;
  264.     
  265.     font-size:14px;
  266.     margin:20px 10px 20px 10px;
  267. }
  268.  
  269. .EventControl
  270. {
  271.     float:left;
  272.     display:block;
  273.     
  274.     width:695px !important;
  275.     width:700px;
  276.     height:20px;
  277.     
  278.     line-height:20px;
  279.     
  280.     padding-right:5px;
  281.     
  282.     text-align:right;
  283.     
  284.     background:#eee;
  285.     border-top:1px solid #ddd;
  286. }
  287.  
  288. .CalItem
  289. {
  290.     float:left;
  291.     clear:left;
  292.     position:relative;
  293.     width:100%;
  294.  
  295.  
  296.     border-top:1px solid #ddd;
  297.     line-height:20px;
  298.     
  299.     margin:0 0 0 0;
  300.     
  301.     background:#f6f6f6;
  302.  
  303. }
  304. .CalItem:hover
  305. {
  306.     background:#fff;
  307. }
  308.     
  309. .CalType
  310. {
  311.     float:left;
  312.     width:20px;
  313.     height:100px;
  314.  
  315.     border-right:1px dashed #ccc;
  316.     background:#eaeaea;
  317. }
  318.     .Milestone
  319.     {
  320.         background:#a33;
  321.     }
  322.  
  323.     .Ratings_Display
  324.     {
  325.         position:relative !important;
  326.         float:right;
  327.         margin:5px 5px 0 0;
  328.         height:10px;
  329.     }
  330.     
  331.     .CalDueDate
  332.     {
  333.         float:left;
  334.  
  335.         height:30px;
  336.         display:block;
  337.         font-weight:bold;
  338.         color:#39c;
  339.         margin-left:5px;
  340.     }
  341.     
  342.     .CalDesc
  343.     {
  344.         float:left;
  345.         margin-left:5px;
  346.  
  347.         font-size:14px;
  348.         color:#444;
  349.         width:95%;
  350.         height:60px;
  351.         overflow:hidden;
  352.     }
  353.     
  354.     .Cal_ControlSet
  355.     {
  356.         position:absolute;
  357.         float:left;
  358.         right:0px;
  359.         bottom:10px;
  360.         height:35px;
  361.     }
  362.     
  363.     .TaskStatusCheckbox
  364.     {
  365.         float:right;
  366.         margin:5px 3px 0 0;
  367.     }
  368.     .StatusLabel
  369.     {
  370.         float:left;
  371.         margin:0 0 0 0;
  372.         line-height:12px !important;
  373.         line-height:20px;
  374.     }
  375.     
  376.     .MilestoneLabel
  377.     {
  378.         float:left;
  379.         clear:left;
  380.         margin-left:30px;
  381.     }
  382.     .CalTags
  383.     {
  384.         font-weight:normal !important;
  385.         font-size:12px;
  386.         color:#999;
  387.     }
  388.     
  389.     
  390.     .LinkToMilestones
  391.     {
  392.         float:right;
  393.         height:20px;
  394.         line-height:20px;
  395.         font-size:15px;
  396.         margin:5px 50px 5px 0;
  397.     }
  398.     
  399.     .FinishedEvent
  400.     {
  401.         text-decoration:line-through !important;
  402.     }
  403.     
  404. #x_ErrorCode
  405. {
  406.     position:absolute;
  407.     left:10px;
  408.     top:30px;
  409.     font-size:14px;
  410.     font-weight:bold;
  411.     color:#c00;
  412.     width:200px;
  413. }
  414.  
  415. #AdvancedForm
  416. {
  417.     float:right;
  418.     clear:both;
  419.     width:70%;
  420.     height:160px;
  421.     margin-top:0px;
  422.     margin-right:10px;
  423. }
  424.  
  425. #AdvancedForm .Label
  426. {
  427.     float:left;
  428.     clear:left;
  429.     display:block;
  430.     width:100%;
  431.  
  432.     line-height:14px;
  433.     font-size:14px;
  434.     color:#555;
  435. }
  436.  
  437. #AdvancedForm .Input_Text
  438. {
  439.     float:left;
  440.     clear:left;
  441.     width:100%;
  442.     font-size:16px;
  443.     font-weight:bold;
  444.     color:#333;
  445.     margin-top:2px !important;
  446.     margin-top:0px;
  447. }
  448.  
  449. a.EditableDueDate:link, a.EditableDueDate:visited
  450. {
  451.     text-decoration:none;
  452.     
  453.     border-bottom:1px dotted #acf;
  454.     line-height:20px;
  455.     color:#27c;
  456. }
  457.  
  458. a.EditableDueDate:hover
  459. {
  460.     border-bottom:1px solid #acf;
  461. }
  462.  
  463. .CalMoney
  464. {
  465.     position:absolute;
  466.     top:20px;
  467.     right:5px;
  468.     font-size:13px;
  469.     font-family:"Lucida Grande", "Tahoma", sans-serif;
  470.     font-weight:bold;
  471. }
  472.  
  473. .Income
  474. {
  475.     color:#26a;
  476. }
  477.  
  478. .Outcome
  479. {
  480.     color:#c00;
  481. }
  482.  
  483. #MonthBudget
  484. {
  485.     font-family:"Lucida Grande", "Tahoma", sans-serif;
  486.     position:absolute;
  487.     right:0px;
  488.     bottom:0px;
  489.     line-height:20px;
  490.     font-size:12px;
  491.     font-weight:bold;
  492.     text-align:right;
  493. }